[INFO] cloning repository https://github.com/kenballus/eggulator
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kenballus/eggulator" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkenballus%2Feggulator", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkenballus%2Feggulator'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 03e2dd8a875960e40898a9d9685b889f2ff2c9cd
[INFO] fixing kenballus/eggulator against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkenballus%2Feggulator" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/kenballus/eggulator
[INFO] finished tweaking git repo https://github.com/kenballus/eggulator
[INFO] tweaked toml for git repo https://github.com/kenballus/eggulator written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kenballus/eggulator on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kenballus/eggulator already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 7dcfc3921083e23936db7878ee96b98486a5a11a2f5457768d0d48745475a6c3
[INFO] running `Command { std: "docker" "start" "7dcfc3921083e23936db7878ee96b98486a5a11a2f5457768d0d48745475a6c3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7dcfc3921083e23936db7878ee96b98486a5a11a2f5457768d0d48745475a6c3" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7dcfc3921083e23936db7878ee96b98486a5a11a2f5457768d0d48745475a6c3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7dcfc3921083e23936db7878ee96b98486a5a11a2f5457768d0d48745475a6c3" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking eggulator v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0425]: cannot find type `BranchInstruction` in this scope
[INFO] [stdout]    --> src/main.rs:252:12
[INFO] [stdout]     |
[INFO] [stdout] 252 |     Branch(BranchInstruction),
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `DataProcessingInstruction` in this scope
[INFO] [stdout]    --> src/main.rs:253:20
[INFO] [stdout]     |
[INFO] [stdout] 253 |     DataProcessing(DataProcessingInstruction),
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `MultiplyInstruction` in this scope
[INFO] [stdout]    --> src/main.rs:254:14
[INFO] [stdout]     |
[INFO] [stdout] 254 |     Multiply(MultiplyInstruction),
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `MiscArithmeticInstruction` in this scope
[INFO] [stdout]    --> src/main.rs:257:20
[INFO] [stdout]     |
[INFO] [stdout] 257 |     MiscArithmetic(MiscArithmeticInstruction),
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `OtherMiscInstruction` in this scope
[INFO] [stdout]    --> src/main.rs:258:15
[INFO] [stdout]     |
[INFO] [stdout] 258 |     OtherMisc(OtherMiscInstruction),
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `StatusRegisterAccessInstruction` in this scope
[INFO] [stdout]    --> src/main.rs:259:26
[INFO] [stdout]     |
[INFO] [stdout] 259 |     StatusRegisterAccess(StatusRegisterAccessInstruction),
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `LoadStoreInstruction` in this scope
[INFO] [stdout]    --> src/main.rs:260:15
[INFO] [stdout]     |
[INFO] [stdout] 260 |     LoadStore(LoadStoreInstruction),
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `LoadStoreMultipleInstruction` in this scope
[INFO] [stdout]    --> src/main.rs:261:23
[INFO] [stdout]     |
[INFO] [stdout] 261 |     LoadStoreMultiple(LoadStoreMultipleInstruction),
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `SemaphoreInstruction` in this scope
[INFO] [stdout]    --> src/main.rs:262:15
[INFO] [stdout]     |
[INFO] [stdout] 262 |     Semaphore(SemaphoreInstruction),
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `ExceptionGeneratingInstruction` in this scope
[INFO] [stdout]    --> src/main.rs:263:25
[INFO] [stdout]     |
[INFO] [stdout] 263 |     ExceptionGenerating(ExceptionGeneratingInstruction),
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `CoprocessorInstruction` in this scope
[INFO] [stdout]    --> src/main.rs:264:17
[INFO] [stdout]     |
[INFO] [stdout] 264 |     Coprocessor(CoprocessorInstruction),
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `BranchInstruction` in this scope
[INFO] [stdout]    --> src/main.rs:252:12
[INFO] [stdout]     |
[INFO] [stdout] 252 |     Branch(BranchInstruction),
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `DataProcessingInstruction` in this scope
[INFO] [stdout]    --> src/main.rs:253:20
[INFO] [stdout]     |
[INFO] [stdout] 253 |     DataProcessing(DataProcessingInstruction),
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `MultiplyInstruction` in this scope
[INFO] [stdout]    --> src/main.rs:254:14
[INFO] [stdout]     |
[INFO] [stdout] 254 |     Multiply(MultiplyInstruction),
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `MiscArithmeticInstruction` in this scope
[INFO] [stdout]    --> src/main.rs:257:20
[INFO] [stdout]     |
[INFO] [stdout] 257 |     MiscArithmetic(MiscArithmeticInstruction),
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `OtherMiscInstruction` in this scope
[INFO] [stdout]    --> src/main.rs:258:15
[INFO] [stdout]     |
[INFO] [stdout] 258 |     OtherMisc(OtherMiscInstruction),
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `StatusRegisterAccessInstruction` in this scope
[INFO] [stdout]    --> src/main.rs:259:26
[INFO] [stdout]     |
[INFO] [stdout] 259 |     StatusRegisterAccess(StatusRegisterAccessInstruction),
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `LoadStoreInstruction` in this scope
[INFO] [stdout]    --> src/main.rs:260:15
[INFO] [stdout]     |
[INFO] [stdout] 260 |     LoadStore(LoadStoreInstruction),
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `LoadStoreMultipleInstruction` in this scope
[INFO] [stdout]    --> src/main.rs:261:23
[INFO] [stdout]     |
[INFO] [stdout] 261 |     LoadStoreMultiple(LoadStoreMultipleInstruction),
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `SemaphoreInstruction` in this scope
[INFO] [stdout]    --> src/main.rs:262:15
[INFO] [stdout]     |
[INFO] [stdout] 262 |     Semaphore(SemaphoreInstruction),
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `ExceptionGeneratingInstruction` in this scope
[INFO] [stdout]    --> src/main.rs:263:25
[INFO] [stdout]     |
[INFO] [stdout] 263 |     ExceptionGenerating(ExceptionGeneratingInstruction),
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `CoprocessorInstruction` in this scope
[INFO] [stdout]    --> src/main.rs:264:17
[INFO] [stdout]     |
[INFO] [stdout] 264 |     Coprocessor(CoprocessorInstruction),
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `desc`
[INFO] [stdout]    --> src/main.rs:307:50
[INFO] [stdout]     |
[INFO] [stdout] 307 |                     SecondLevelDescriptor::Large(desc) => todo!(),
[INFO] [stdout]     |                                                  ^^^^ help: if this is intentional, prefix it with an underscore: `_desc`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `desc`
[INFO] [stdout]    --> src/main.rs:308:50
[INFO] [stdout]     |
[INFO] [stdout] 308 |                     SecondLevelDescriptor::Small(desc) => todo!(),
[INFO] [stdout]     |                                                  ^^^^ help: if this is intentional, prefix it with an underscore: `_desc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `desc`
[INFO] [stdout]    --> src/main.rs:309:49
[INFO] [stdout]     |
[INFO] [stdout] 309 |                     SecondLevelDescriptor::Tiny(desc) => todo!(),
[INFO] [stdout]     |                                                 ^^^^ help: if this is intentional, prefix it with an underscore: `_desc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `desc`
[INFO] [stdout]    --> src/main.rs:312:43
[INFO] [stdout]     |
[INFO] [stdout] 312 |             FirstLevelDescriptor::Section(desc) => todo!(),
[INFO] [stdout]     |                                           ^^^^ help: if this is intentional, prefix it with an underscore: `_desc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `desc`
[INFO] [stdout]    --> src/main.rs:313:40
[INFO] [stdout]     |
[INFO] [stdout] 313 |             FirstLevelDescriptor::Fine(desc) => todo!(),
[INFO] [stdout]     |                                        ^^^^ help: if this is intentional, prefix it with an underscore: `_desc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `desc`
[INFO] [stdout]    --> src/main.rs:307:50
[INFO] [stdout]     |
[INFO] [stdout] 307 |                     SecondLevelDescriptor::Large(desc) => todo!(),
[INFO] [stdout]     |                                                  ^^^^ help: if this is intentional, prefix it with an underscore: `_desc`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `desc`
[INFO] [stdout]    --> src/main.rs:308:50
[INFO] [stdout]     |
[INFO] [stdout] 308 |                     SecondLevelDescriptor::Small(desc) => todo!(),
[INFO] [stdout]     |                                                  ^^^^ help: if this is intentional, prefix it with an underscore: `_desc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `desc`
[INFO] [stdout]    --> src/main.rs:309:49
[INFO] [stdout]     |
[INFO] [stdout] 309 |                     SecondLevelDescriptor::Tiny(desc) => todo!(),
[INFO] [stdout]     |                                                 ^^^^ help: if this is intentional, prefix it with an underscore: `_desc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `desc`
[INFO] [stdout]    --> src/main.rs:312:43
[INFO] [stdout]     |
[INFO] [stdout] 312 |             FirstLevelDescriptor::Section(desc) => todo!(),
[INFO] [stdout]     |                                           ^^^^ help: if this is intentional, prefix it with an underscore: `_desc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `desc`
[INFO] [stdout]    --> src/main.rs:313:40
[INFO] [stdout]     |
[INFO] [stdout] 313 |             FirstLevelDescriptor::Fine(desc) => todo!(),
[INFO] [stdout]     |                                        ^^^^ help: if this is intentional, prefix it with an underscore: `_desc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `eggulator` (bin "eggulator") due to 11 previous errors; 5 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `eggulator` (bin "eggulator" test) due to 11 previous errors; 5 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "7dcfc3921083e23936db7878ee96b98486a5a11a2f5457768d0d48745475a6c3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7dcfc3921083e23936db7878ee96b98486a5a11a2f5457768d0d48745475a6c3", kill_on_drop: false }`
[INFO] [stdout] 7dcfc3921083e23936db7878ee96b98486a5a11a2f5457768d0d48745475a6c3
